ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Clone Method

In This Topic
    Clone Method (PagesCollection<T>)
    In This Topic
    Creates a shallow copy of the PagesCollection.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As Object
    public virtual object Clone()
    See Also